projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c16c13
)
Fix a typo in a comment.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Oct 2012 19:20:02 +0000
(21:20 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 27 Oct 2012 19:20:02 +0000
(21:20 +0200)
src/w32proc.c
patch
|
blob
|
history
diff --git
a/src/w32proc.c
b/src/w32proc.c
index fe3bbde167c33beca4b5c262e129a3d5dec38813..6accf2224c583ca6c02a8fc77253dd1339e6f158 100644
(file)
--- a/
src/w32proc.c
+++ b/
src/w32proc.c
@@
-262,7
+262,7
@@
static int disable_itimers;
static CRITICAL_SECTION crit_real, crit_prof;
-/* GetThreadTimes is not available on Windows 9X and posibly also on 2K. */
+/* GetThreadTimes is not available on Windows 9X and pos
s
ibly also on 2K. */
typedef BOOL (WINAPI *GetThreadTimes_Proc) (
HANDLE hThread,
LPFILETIME lpCreationTime,